Remove autotools-dev and quilt from Build-Depends
authorKan-Ru Chen <koster@debian.org>
Sat, 17 Dec 2011 08:44:32 +0000 (16:44 +0800)
committerKan-Ru Chen <koster@debian.org>
Sat, 17 Dec 2011 08:44:32 +0000 (16:44 +0800)
debian/changelog
debian/control
debian/rules

index 2610314ed2a7a05db091129de1803a3c22babbea..0b8a76558448c9ec7ea120f4b3ed6ea409d01910 100644 (file)
@@ -1,3 +1,10 @@
+opencc (0.3.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove autotools-dev and quilt from Build-Depends
+
+ -- Kan-Ru Chen <koster@debian.org>  Sat, 17 Dec 2011 16:41:49 +0800
+
 opencc (0.2.0-2) unstable; urgency=low
 
   * Fix "Please fix FTBFS on mips, ppc, s390 and sparc" (Closes: #624562)
index 3f52e56470234548e415f6fc58d88bf20fd1e765..a6d5394b67b3a780f0b411e20c5c9984aa724f1d 100644 (file)
@@ -2,7 +2,7 @@ Source: opencc
 Priority: optional
 Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org> 
 Uploaders: LI Daobing <lidaobing@debian.org>, Asias He <asias.hejun@gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, cmake, quilt (>= 0.46-7~)
+Build-Depends: debhelper (>= 7.0.50~), cmake
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://code.google.com/p/opencc
index 9ff5c79f0efb76b0de778ae1068dfc7ca0cc8d75..3bc514fbc295a91034a55badc5f92269c1ad18f6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-       dh  $@ --with quilt
+       dh  $@
 
 override_dh_auto_configure:
        dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT:BOOL=ON